Skip to main content

Get All Projects

AutomatR.Jira.Activities.GetAllProjects

The "Get All Projects" activity in AutomatR's Jira package utilizes the Jira API to retrieve details about all projects associated with a Jira organization. This activity is designed to provide comprehensive project information, facilitating effective project management within automation workflows.

Properties

NameDescription
Misc
Display NameThe display name of the activity. This field supports only strings or String variables.
Optional
DelaySpecifies the amount of time (in seconds) to wait before executing the "Get All Projects" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1.
Output
ResultOutputs a list of objects, each representing details about a project in the Jira organization. Variables of relevant types (e.g., List of JiraAllProjects variables) to store project information.

How to use:

  1. Drag and drop the "Get All Projects" activity onto the workflow.
  2. Optionally, configure the delay.
  3. Execute the workflow to retrieve information about all projects associated with the Jira organization.

Example: Consider an example where the "Get All Projects" activity is used to retrieve a list of all projects within the Jira organization:

Get All Projects:
Result: allProjectsData

In this example, the activity fetches information about all projects associated with the Jira organization. The result, which includes details about each project, is stored in the List of JiraAllProjects variable "allProjectsData" for further handling in the workflow.